Welcome![Sign In][Sign Up]
Location:
Search - server thread

Search list

[Firewall-SecurityIISfangdaolian

Description: 实现对盗连者URL转向,自定义加密因子。查看服务器上线人数,服务器线程限制,防盗文件类型设置。URL过期时间设置-achieve even those on pirated URL shift from defined encryption factor. View on the number of servers, the server thread restrictions, security document type setting. URL expired installed
Platform: | Size: 81313 | Author: abc | Hits:

[JSP/Javaserver_services_of_chat_room_by_Java

Description: Java聊天室项目的服务器端:基于shocket 类似dos界面的,实现基本的聊天室的服务器端的功能.例如:监听客户请求,启动服务器线程,与客户端进行通信等-Java chat room project server : Based on similar dos shocket interface, achieve basic chat room server functions. For example : listening to customers request, start the server thread, and client communication, etc.
Platform: | Size: 5334 | Author: miracleboy | Hits:

[JSP/Javashare_p2p

Description: 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running the software as a mainframe client can also run as a server, is a typical multi-threaded; As the first server, a server thread always listening designated ports, if the network is required by other hosts to connect and exchange information sharing files and on the other side the other download files shared.
Platform: | Size: 65029 | Author: 叶志勇 | Hits:

[Internet-Networkmt_server_demo

Description: 一个多线程的http服务器- A multi-thread http server
Platform: | Size: 39936 | Author: 站长 | Hits:

[ICQ-IM-Chatlan_multiuser_com

Description: 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server the point-to-point asynchronous communication, this code has applied multi-thread as well as the sharing construction of data technology in this foundation, enable the network server to have the function which the multiuser between data retransmitted, then has solved the local area network multiuser between correspondence problem. When use first establishes ODBC, Server and ChatServer first moves, then moves Client
Platform: | Size: 257024 | Author: 许豫飞 | Hits:

[JSP/Javashare_p2p

Description: 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running the software as a mainframe client can also run as a server, is a typical multi-threaded; As the first server, a server thread always listening designated ports, if the network is required by other hosts to connect and exchange information sharing files and on the other side the other download files shared.
Platform: | Size: 64512 | Author: 叶志勇 | Hits:

[Web Servermulti-thread_web_serv

Description: multi-thread web server, can take 20 requests one time, can use your browser to test it. It s my assignment work.-multi-thread web server, 20 requests can take one time, can use your browser to test it. It's my assignmen not work.
Platform: | Size: 1024 | Author: jinghe | Hits:

[Internet-NetworkSmartServer

Description: VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Platform: | Size: 58368 | Author: 林健 | Hits:

[JSP/Javajavamessage-src

Description: java message client server thread-java message client server thread
Platform: | Size: 5120 | Author: 刘辉 | Hits:

[Web Serverceshi

Description: 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
Platform: | Size: 3975168 | Author: 张建权 | Hits:

[Process-ThreadStateServer

Description: 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the completion port mechanism has a very good reference value.
Platform: | Size: 394240 | Author: gaohua | Hits:

[Linux-Unixresources

Description: 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
Platform: | Size: 3424256 | Author: Hito | Hits:

[Process-Thread-M-Thread-TCP-Server

Description: 一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.
Platform: | Size: 8057856 | Author: chengzhang | Hits:

[Internet-NetworkTCP-server-thread

Description: TCP并发服务程序,支持多客户端连接,TCP必不可少的程序源码-TCP server code
Platform: | Size: 2048 | Author: 刘佳齐 | Hits:

[Internet-NetworkNIO-Socket(server-and-client)

Description: jdk供的无阻塞I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。在NIO中使用多线程,主要目的已不是为了应对每个客户端请求而分配独立的服务线程,而是通过多线程充分使用用多个CPU的处理能力和处理中的等待时间,达到提高服务能力的目的。 client多线程请求server端,server接收client的名字,并返回Hello! +名字的字符格式给client。当然实际应用并不这么简单,实际可能是访问文件或者数据库获取信息返回给client。-jdk for non-blocking I/O (NIO), an effective solution to the problem of multi-threaded server thread overhead, but too complicated to use minor. To use multiple threads, the main purpose is not to respond to each client request to allocate a separate service thread with multiple CPU processing power and processing wait time, but fully multi-threaded so as to enhance service capabilities in the NIO purpose. This time in the NIO, to write an article blog to remember the things you learned. Or from the most simple Hello World, multi-threaded the client requests the server side, the server receiving the client s name, and return to the Hello!+ The name of the character format to the client. Of course, the practical application is not so simple, the actual access to the file or database to obtain the information returned to the client. The non-blocking NIO What is the mystery?
Platform: | Size: 165888 | Author: 陈云凤 | Hits:

[JSP/JavaPool-of-Thread

Description: 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
Platform: | Size: 10299392 | Author: 淦华 | Hits:

[Internet-Networkserver

Description: 局域网多线程并发服务器,采用线程分离服务多客户端,使用小型数据库sqlite3进行数据存储;-LAN multithread concurrent server thread was used to separate service multiple clients, use SQLite3 for data storage
Platform: | Size: 5120 | Author: 王伦福 | Hits:

[Internet-Networksocket-server-socket-serve

Description: 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改src/base.cpp 中的MAX_CLIENT_NUM参数调整server最大服务数 修改src/base.cpp 中的CLIENT_INTERVAL参数调整client发包间隔 修改Makefile 中的DEBUG参数确定是否输出调试信息 使用方法(This is a socket server implementation and testing of various IO models. Here, a variety of models are used to implement a TCP ECHO server that returns the contents sent by echo back to client. Client sends a request per second, and server maintains concurrent connections and performs them accordingly. The model has been implemented: Base: the most primitive echo server Thread: multithreaded model Select: select model Poll: poll model Epoll: epoll model parameter Modify src/clients.sh to generate a specified number of client Modify the MAX_CLIENT_NUM parameter in src/base.cpp to adjust the maximum number of server services Modify the CLIENT_INTERVAL parameter in src/base.cpp to adjust the client contract interval Modify the DEBUG parameter in the Makefile to determine whether output debugging information is out Usage method)
Platform: | Size: 11264 | Author: JIE2012 | Hits:

[Linux-UnixTP-Server-master

Description: Simple server with pthread-based thread pool
Platform: | Size: 11264 | Author: TmpUser | Hits:

[Windows DevelopSocketAsyncServerAndClient

Description: 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
Platform: | Size: 111616 | Author: tan133 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net